- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Can I access EMC disks from LVM Maintenance M...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2005 06:03 AM
03-16-2005 06:03 AM
Or only "internal" and SCSI-cabled disks?
The Tach driver doesn't start until run-level 2. If you reboot to LVM Maintenance Mode does it start the Tach driver?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2005 06:20 AM
03-16-2005 06:20 AM
Re: Can I access EMC disks from LVM Maintenance Mode (hpux -lm)
I think you answered your own question when you said "The Tach driver doesn't start until run-level 2". I highly doubt that you would be able to access them in LVM maintenance mode. And why would you need to?
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2005 06:29 AM
03-16-2005 06:29 AM
SolutionAs for why you would want to - well in my case it was beecause I needed to reconstruct a root VG after doing a SAN switch migration (brocade to cisco) where disk hardware paths changed.
I'm not sure what the rc2.d tach driver script does - but I don;t think it enables the driver...
HTH
Duncan
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2005 07:06 AM
03-16-2005 07:06 AM
Re: Can I access EMC disks from LVM Maintenance Mode (hpux -lm)
I want to set up the disks without the applicaton starting, and some of the applications here start in rc2.d, which is where the fc_td driver initializaiton script starts.
So, if I boot to "lm" then I can set up the disks without Oracle starting.
I'm going to try this tomorrow morning, so I'll know for sure.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2005 07:00 PM
03-16-2005 07:00 PM
Re: Can I access EMC disks from LVM Maintenance Mode (hpux -lm)
If your not actually booting off the SAN then I think single user mode would probably be better for you rather than maintenance mode - all maintenance mode does is allow you to make offline changes to vg00, which if thats not on the SAN won't matter. I'd go with hpux -is for single user mode instead.
HTH
Duncan
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2005 10:18 PM
03-16-2005 10:18 PM
Re: Can I access EMC disks from LVM Maintenance Mode (hpux -lm)
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2005 12:22 AM
03-17-2005 12:22 AM
Re: Can I access EMC disks from LVM Maintenance Mode (hpux -lm)
o...I had to activate vg00 and mount all the file systems.
o...The host name wasn't defined.
o...My regular path wasn't right.
o...Some other stuff..
But it worked. The Tachyon drivers were initiated, etc.
It never occurred to me to test single user mode. Do you think that would work? I just can't believe the FC drivers would be set up...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2005 12:53 AM
03-17-2005 12:53 AM
Re: Can I access EMC disks from LVM Maintenance Mode (hpux -lm)
You should not have to manually activate vg00 if its on local disk.
My standard procedure after single user mode:
mount /var
mount /usr
This lets me use vi and I can do system administraion on the command line like I'm used to.
This mode will also let you fire up the the tachyon drivers by using the startup scripts in /sbin/init.d
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2005 06:32 AM
03-17-2005 06:32 AM
Re: Can I access EMC disks from LVM Maintenance Mode (hpux -lm)
Just an idea for the future -- I have most of my apps set up with a file/variable in /etc/rc.config.d/foo and a variable test in /sbin/init.d/foo (similar to many HP apps, and in the way mentioned in the template file). That way, I just tweak something like:
START_ORACLE=0
in /etc/rc.config.d/oracle and voila! No Oracle and I can do whatever I want to the disks.
Mic