- Community Home
- >
- Servers and Operating Systems
- >
- HPE ProLiant
- >
- Server Management - Systems Insight Manager
- >
- Deploying PSP
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
09-08-2005 11:41 AM
09-08-2005 11:41 AM
Deploying PSP
Someone PLEASE help!!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2005 12:25 AM
09-09-2005 12:25 AM
Re: Deploying PSP
Ed
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2005 06:26 PM
09-25-2005 06:26 PM
Re: Deploying PSP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2005 09:16 PM
09-25-2005 09:16 PM
Re: Deploying PSP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2005 10:55 AM
09-26-2005 10:55 AM
Re: Deploying PSP
I can \\server\c$ to the client logged in to the SIM Server as the account I am installing as.
I have checked all passwords and used serveral accounts including the account I used to install SIM. That account also has local admin rights.
This can't be that hard....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2005 05:42 PM
09-27-2005 05:42 PM
Re: Deploying PSP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2005 08:44 PM
09-27-2005 08:44 PM
Re: Deploying PSP
Logged in to SIM with account-A. account-A has local admin rights on the SIM server and the client I am attempting to deploy the PSP to. This account has also been made a member of the domain admins group.
I have run a repair agent on the client which said ti completed successfully.
I have rebooted all servers involved.
I can establish connection with the client via unc \\client\c$ and can ping via hostname and FQDN.
I am at the point where I am going to chuck in the towel. I have logged a call with HP and never had a response.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2005 04:12 AM
09-28-2005 04:12 AM
Re: Deploying PSP
In the text file you sent...it references not only a possible account and\or password issue but I think it also referenced the possibility that the operating system of the target computer is not supported as well. So here's a stupid question for you...
What exactly are you choosing earlier in the process to deploy to this target? Is it a component within the PSP or an entire PSP? And...if it's an entire PSP...does the version of the PSP (nt4, 2000 or 2003) match the operating system currently on the target?
Also,
If you are choosing to push over individual components to this target, sometimes these components have to see certain other components in place PRIOR to them being able to land on that target. For example, if you are pushing over a new driver for an Array controller but the firmware is too old, then this update process will not work because the program that is used to install the component or PSP (setupc.exe) is intelligent enough to know that if you push over a device driver to an array contoller that has outdated firmware, then that usually causes a blue screen upon a reboot.
Ed
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2005 05:40 AM
09-28-2005 05:40 AM
Re: Deploying PSP
1. Date\Time\Timezone ...make sure it matches the SIM server.
2. SSH on the SIM server. You might have to run mxagentconfig -g to re-establish the SSH keys on your SIM box.
These are just two more things that may or may not have any bearing on what you're doing. Hope one of these helps!
Ed
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2005 10:52 AM
09-28-2005 10:52 AM
Re: Deploying PSP
Thanks for the response. I have checked the date and time and all are OK.
I was told that witht the new version of SIM, SIM 5.0, that SSH was not required so I have not set that up on any server.
Do I need to set up SSH to have this working. My understanding is that it uses the Windows credentials.
Re,
Caine
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2005 11:34 AM
09-28-2005 11:34 AM
Re: Deploying PSP
I have another idea...
From a command prompt go to your repository folder where you are storing the PSPs. If you have the PSPs organized by OS type...then that's great. Under there you will see an executable called setupc.exe. This is the command line way of pushing a PSP (and this is what SIM is trying to do in the background)
Run this:
setupc.exe /t:targetname /use-latest /user:username /passwd:password
I got an error ...so I used the IP address instead... that worked. You can also pre-establish a drive mapping (net use) ahead of time and then run setupc.exe. Sometimes that helps...
Good luck,
Ed
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2005 11:53 AM
09-28-2005 11:53 AM
Re: Deploying PSP
Ed