1832870 Members
3360 Online
110048 Solutions
New Discussion

scrupdate problem

 
SOLVED
Go to solution
Wieslaw Krajewski
Honored Contributor

scrupdate problem

Hi,

When using command:

scrupdate -n host_name

I receive

Cannot collect configuration data for "host_name:200302240235". (AccessError)
Data registered in the repository.

and then

echo $?

gives 5. This means
Communication error - DMI or network problem.

Please help
Permanent training makes master
3 REPLIES 3
Robert-Jan Goossens
Honored Contributor
Solution

Re: scrupdate problem

Hi,

here are the manuals and a Troubleshooting Guide.

http://www.software.hp.com/products/SCR11/info.html

Hope it helps,

Robert-Jan.
Cheryl Griffin
Honored Contributor

Re: scrupdate problem

Wieslaw,
I'd try basic networking tests. For instance I might run this on my system:
# scrupdate -n hp457
Cannot collect configuration data for "hp457:200105161107" (AccessError)

# nslookup hp457
--> this will return an ip_address
# nslookup ip_address
--> this should return hp457

Check your version with:
# swlist -a revision DMI
There were some problems with early versions of DMI. Currently versions B.11.11.38 and B.11.00.38 are available from http://www.software.hp.com/products/SCR11/

By chance are you using "FileSet Files" data in DMI?
Cheryl
"Downtime is a Crime."
Wieslaw Krajewski
Honored Contributor

Re: scrupdate problem

Hi Robert and Cheryl,

Many thanks. You both helped me.
I configured two IP addresses for one LAN card
and simply made an mistake with resolving.
Permanent training makes master