beautypg.com

A.4 configuring multiple shelves in ssf, Additional information – Artesyn System Services Framework Installation and Use (November 2014) User Manual

Page 75

background image

Additional Information

System Services Framework Installation and Use (6806800S58E)

75

5. Reset the administrator password using the following command:

SSF=# update "user" set password = 'test' where "user" = 'Admin';

UPDATE 1

SSF=#

After changing the password of the administrator, you can check whether the new password is
reflected or not by listing the available users using the SSF=# select * from
"user";

command. The following output is displayed:

SSF=#

SSF=# select * from "user";

user | password | hash

-------+----------+------

Admin | test |

(1 row)

SSF=#

A.4

Configuring Multiple Shelves in SSF

By default, SSF is configured to connect to only one shelf. If you want to add more shelves in the
system, before running SSF Core, you need to configure the multishelf library on the node
where the

SSF

Core is to run. The configuration has to be done in the following configuration

file:

/opt/bladeservices/etc/bbs-hpib/bbs-hpibmultishelf.conf

The following table shows the expected syntax of the related entries.

Entry

Description

[Shelf] This indicates the start of the definition of an HPI daemon. The chosen

domain name appears as name of the Shelf Management Resource and is
used as Domain tag.

Daemon=HPI daemon>

This is the IP address used to access an HPI daemon.

Port=

This is the port number. The HPI daemon uses 4743 as port.