- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- remote installing software
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-14-2002 01:09 PM
03-14-2002 01:09 PM
remote installing software
"hostname:/cdrom/HPUX11_32/NETWORKR.PKG": You do not have the
required permissions to perform this operation. Check permissions
using the "swacl" command or see your system administrator for
assistance. Or, to manage applications designed and packaged for
nonprivileged mode, see the "run_as_superuser" option in the "sd" man
page.
any ideas?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2002 01:19 PM
03-14-2002 01:19 PM
Re: remote installing software
Paula
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2002 01:21 PM
03-14-2002 01:21 PM
Re: remote installing software
i should mention that i am on 11i, then go to a 11.0 server to get the software. i don't know if there is anything permissions wise in this situation but i didn't think so.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2002 01:23 PM
03-14-2002 01:23 PM
Re: remote installing software
Sandip
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2002 01:27 PM
03-14-2002 01:27 PM
Re: remote installing software
Good Luck.
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2002 01:29 PM
03-14-2002 01:29 PM
Re: remote installing software
Try this:
on local system ( where the CD drive is )
# swreg -l depot /cdrom/HPUX11_32/NETWORKR.PKG
# swagentd -r
on remote system:
# swreg -l depot @ "hostname":/cdromHPUX11_32/NETWORKR.PKG
# swinstall -s hostname:/cdromHPUX11_32/NETWORKR.PKG
HTH,
Shiju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2002 02:51 PM
03-14-2002 02:51 PM
Re: remote installing software
1. If you are trying to install s/w on remote system, put the local machines name in your remote machine's /.rhosts file. Also check on remote /etc/hosts file contains the IP and host name of your local machine.
OR
2. simply export the directory from your local machine and mount it on your remote machine.
Then you will easily install the software using swinstall.
Hope this helps.