- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: depots! what is wrong???????????
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
08-22-2002 10:02 PM
08-22-2002 10:02 PM
depots! what is wrong???????????
I have this problem I have downloaded several
depots from the univ of utah on my win nt machine
and then ftp it to my HP 725/100 to usr2/depot
but when I use sam to install the software. I can not see a list of the software I must give the full path and file name to install it like /usr2/depot/a_depot-sd-10.20.depot then it will list and install it how can I get Sam to see all the depots in this directory???
Jim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2002 10:17 PM
08-22-2002 10:17 PM
Re: depots! what is wrong???????????
THen use
#swinstall -s
to install the package.
Also you can use swlist to list out the installed software.
Look at the man pages of swlist,swinstall.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2002 10:29 PM
08-22-2002 10:29 PM
Re: depots! what is wrong???????????
The only possible way to do this is to create a depot comprising of each of the products. Not sure if it will work, I've only ever done this with patches.
# for i in *.depot
> do
> swcopy -s ${PWD}/$i \* @ /tmp/depot_dir
> done
swlist -d @ /tmp/depot_dir
Good Luck
Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2002 12:31 AM
08-23-2002 12:31 AM
Re: depots! what is wrong???????????
cd DIR (where DIR is location of your download)
file FILE.depot (your depot)
-> this should tell: tar file (!)
swinstall
->Source Depot Type: Local Directory
->Source Hostname:
->Source Depot Path: /DIR/FILE.depot
(so path is not only path, but path/FILE.depot !!)
This is the same as swinstall -s /DIR/FILE.depot
Regards,
Ceesjan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2002 12:35 AM
08-23-2002 12:35 AM
Re: depots! what is wrong???????????
when doing FTP use binary mode.
Before transfering the file.
ftp>binary
ftp>get sample.depot
regards,
U.SivaKumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2002 12:38 AM
08-23-2002 12:38 AM
Re: depots! what is wrong???????????
You don't need to use 'sam' to install software that is in a depot format, just the 'swinstall' program.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2002 02:49 AM
08-23-2002 02:49 AM
Re: depots! what is wrong???????????
If you want to be able to "see" them all at once you will have to copy them to a directory depot like Michael explained.
If you use SAM or not doesn't matter. It's still swinstall that is run.
Regards,
Trond