- Community Home
- >
- Servers and Operating Systems
- >
- Legacy
- >
- Operating System - Tru64 Unix
- >
- Add new hardisk in tru64
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
11-10-2007 05:26 AM
11-10-2007 05:26 AM
Let me first inform all of you in this forum that am new in Tru64 but I know HPUX well.
Could you please let me know the technical steps which I need to perform for adding a new harddisk and create mount points on tru64.
Decent points will present for help full answers,thanks in advance.
Abi
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2007 09:10 AM
11-10-2007 09:10 AM
SolutionAnd YOU know what it is, but you failed to tell us.
Please re-read your own question.
You provided nothing to help us help you.
The Man pages are perfect for generic questions.
RTFM... Read The Fine Man pages !!!
Start with hwmgr and mkfdmn
Follow the related topic links!
Book have been written on the subject. Read them!
Anyway 1...
What OS version.?
What do the current disks look like? hwmgr scan scsi ?
What do the /mountpoints/flesystems look like? df ?
Are you currently using LSM? man volintro
Do yo want to?
Are you currently using AdvFS?
Do you want to?
What disk?
Behind a magic controller? EVA? KZPSA?
Should is grow an existing mountpoint or become new?
Anyway 2...
You might need
hwmgr -show scsi > old
hwmgr -scan scsi > new
diff old new
mkfdmn ...
mkfset...
mkdir /new
vi /etc/fstab
mount /new
Cheers,
Hein.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2007 09:41 AM
11-10-2007 09:41 AM
Re: Add new hardisk in tru64
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2007 06:09 PM
11-10-2007 06:09 PM
Re: Add new hardisk in tru64
Thanks alot for your helping mind.
Actually the thing is I have received a call from customer saying that they have one tru64 server and they need to install a new hard disk on that .But I don`t have any other information other than OS version (v4.0G )..I will check with them and get back to you ..If you have any docs/technical steps which helps me to do the task then kindly please share with me.
Thanks alot ....
Abi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-11-2007 07:03 AM
11-11-2007 07:03 AM
Re: Add new hardisk in tru64
You'll have to google/manpage for MAKEDEV and SCU.
And you want to ask your customer to do a 'scu scan edt' as well as a simple 'df' to get the lay of the land.
You may also look for the boot log in the error log showing device discovery: uerf -R | more
If it is just adding an extra spindle to an existing controller then it is easy.
If a new controller will need to be used, then you may have to boot genvmunix and build a new kernel.
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1056894
hth,
Hein.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2007 05:21 PM
11-12-2007 05:21 PM
Re: Add new hardisk in tru64
Thanks again , could you please share the procedure for 5.x also .
Thanks,
Abi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2007 05:40 PM
11-12-2007 05:40 PM
Re: Add new hardisk in tru64
Hein has already described the procedure to add disk in 5.x.
>>insert new disk
#hwmgr scan scsi
>>rename new disk by dsfmgr -m(if required)
see if LSM is there.
Advfs if there.
#mkfdmn /dev/disk/
#mkfset
#mkdir (make mount points)
>>edit fstab (put new entry in fstab)
#mount -t advfs
Thats all,
Hope this help,
Kapil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2007 11:12 PM
11-19-2007 11:12 PM
Re: Add new hardisk in tru64
Please find the attachment containing a document I prepared sometime back. This will be very useful for you. I have also attached a TAR file to it.
This is for TRU64 V51.
Thanks,
Srikanth