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-20-2001 08:59 PM
03-20-2001 08:59 PM
I am very new to HP environment, can any one show me step by step how to install a software into my hp9000 C110 model, including information on cd-rom mounting.
Thank You All,
Luu
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2001 09:24 PM
03-20-2001 09:24 PM
Re: CD-rom
ioscan -fnC disk | pg
it should be similar to /dev/dsk/c0t5d0
mkdir /cdrom
mount /dev/dsk/c0t5d0 /cdrom
swinstall ....will take you to install menu
You can follow the instructions here to view sw from cd and install .
For more details refer swinstall man page if you choose to install from command line.
Cheers
Karthik...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2001 02:07 PM
03-21-2001 02:07 PM
Re: CD-rom
I was able to mount the cdrom by following your guides; however, I got an error saying:
"There is currently no depot software on host at location " /cdrom"".
What am I doing wrong?
Thanks in Advance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2001 02:21 PM
03-21-2001 02:21 PM
Solutioncd /cdrom
ls
if the names have a ;1 at the end then the cd-rom is in rockridge format if so, type the following:
umount /cdrom
nohup pfs_mountd &
nohup pfsd &
pfs_mount -o xlat=unix /dev/dsk/cxdxtx /cdrom
After typing this you should then be able to access the cdrom. This is only for rockridge format cd-roms though. Hope this helps.
Good Luck,
Jason V.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2001 02:43 PM
03-21-2001 02:43 PM
Re: CD-rom
ioscan -fnkC disk
to find the cdrom.
the "k" says to look in the kernal. It's much faster. Some systems ioscan's can take for ever!!
As far as installing from cd, this definatley depends on the software you're trying to install. You need to use pfs_mount for oracle, and for regular HP-UX Application cd's you generally can just put them in, mount and point to the CDROM.
If your ftping the files for example a patch do the following
ftp us-ffs.external.hp.com
log in as anonymous with your email as your pass
cd hp-ux_patches
choose your platform(700=workstation, 800=server) Some patches are for either or.
cd s700_800
or
cd s800
type bin to go into binary mode
get PHKL_number - Kernal patch
PHNE_number - network patch
PHSS_number - (xwindow, omni, general tools) I cant remember what the ss stands for off the top of my head
PHCO_number - command patch
once you've gotten the file you want you must use sh
sh PHCO_1234
this will extract a PHCO_1234.txt and PHCO_1234.depot
to install that new depot go into swinstall and choose local directory, point to the depot file.
/tmp/patches/PHCO_1234.depot
The .text file has full instructions on how to do this process.
There are tons of documents on this on hp's documentation website
http://docs.hp.com
Hope this helps,
Brian