- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Running swinstall over the network
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
04-15-2002 09:48 AM
04-15-2002 09:48 AM
Could you point me to simple instructions for sharing
installation CD-ROMs over the network?
Sometimes I got errors like
"hostname:/SD_CDROM/DIAGNOSTICS/B.11.00": You do not have the required permissions to perform this SD operation. Please check to see that you have the required permissions using the "swacl" command or see your system administrator for assistance.
swacl looks like giving access to everyone.
root@inapp1:/# swacl -l host
group:swadm:crwit
any_other:-r--t
Many thanks in advance!
BR,
Mihail
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2002 09:55 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2002 10:01 AM
04-15-2002 10:01 AM
Re: Running swinstall over the network
Sachin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2002 10:02 AM
04-15-2002 10:02 AM
Re: Running swinstall over the network
Read this document about all SD-UX remote operations:
http://us-support3.external.hp.com/cki/bin/doc.pl/sid=1643a2430ae76d0661/screen=ckiDisplayDocument?docId=200000058668742
HTH,
Shiju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2002 10:06 AM
04-15-2002 10:06 AM
Re: Running swinstall over the network
There is a way around
add "/cdrom -ro" to the /etc/exports file
exportfs /cdrom
on remote server:
mount
swinstall
select local disk
Sachin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2002 10:25 AM
04-15-2002 10:25 AM
Re: Running swinstall over the network
1) mkdir /SD_CDROM
2) mount
3) swreg -l depot /SD_CDROM/DIAGNOSTICS/B.11.00
You can check your Driver with this command: ioscan -fnC disk
On remote, run swinstall...
To disable remote acess on local:
1) swreg -u -l depot /SD_CDROM/DIAGNOSTICS/B.11.00
2) umount /SD_CDROM
Good Luck.
frank
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2002 10:36 AM
04-15-2002 10:36 AM
Re: Running swinstall over the network
You can also try to remote moun the CD to the machine where you are installing the s/w and use it under SAM.
On Local Machine(A)
1. pfsd &
2. pfs_mountd &
3. pfs_mount /dev/dsk/c2t2d0 /cdrom
4. pfs_exportfs -a -v
On machine where u want to install s/w
1 pfsd &
2.pfs_mountd &
3. pfs_mount a:/cdrom /SD_CDROM
and you are good to go.
There is no need for seperate licence for installing s/w over network .
Manoj Srivastava
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2002 10:58 PM
04-15-2002 10:58 PM
Re: Running swinstall over the network
What does it /var/adm/sw/swagentd.log file say?
You probably need to modify permissions for root on the target machine. On the target run:
swacl -l host -M user:root@source_machine:crwit
and
swacl -l root -m user:root@source_machine:crwit
As source_machine I ment the machine where you have the CD-ROM mounted.
Regards,
Mateja
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2002 01:06 AM
04-16-2002 01:06 AM
Re: Running swinstall over the network
Thanks a lot for all the replies! Sorry, I do not check NFS solutions (they shouuld work), since I choose native SD-UX solution. My error was in wrong swreg commands.
By the way, diagnostic tools from HP-UX Support Plus cannot be installed in such manner, since it's tape archive. ("The source you have chosen is a tape device. A tape device must be local to the single marked target"). So, the example is not working in this case. ;-) I copied software to local disk first by
swcopy -s /SD_CDROM/DIAGNOSTICS/B.11.00 \* @ /tmp/depot
and then applied procedure from the 1st answer.
Here is the thread:
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xd9620719e045d6118fff0090279cd0f9,00.html
BR,
Mihail