Skip to main content

9.1.2 Saving XSCF Settings Information


9.1.2 Saving XSCF Settings Information
System configuration information, such as the network configuration, CPU Activation settings, and logical domain configuration, is saved in the XSCF firmware as the XSCF settings information. You can save the XSCF settings information to an external file to prepare for system restore from a problem or for a building block configuration change.
This section describes the command examples that save XSCF settings information to a USB device and HTTPS server, respectively, using system.cfg as the file name.
For details on the dumpconfig(8) command used here, see "10.10 Saving/Restoring XSCF Settings Information" in the Fujitsu SPARC M12 and Fujitsu M10/SPARC M10 System Operation and Administration Guide.
Saving the information to a USB device
XSCF> dumpconfig -v -V file:///media/usb_msd/system.cfg
reading
database ... ..............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................*done
creating temporary file ... done
starting file transfer ...transfer from '/ssd/dumpconfig.gDjJdc' to 'file:///media/usb_msd/system.cfg'
* Closing connection #0
done
removing temporary file ... done
operation completed
XSCF>
Saving the information to an HTTPS server
XSCF> dumpconfig -v -V -u user_name https://https_server/system.cfg
reading
database ... ..............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................*done
creating temporary file ... done
starting file transfer ...transfer from '/ssd/dumpconfig.Zw77DV' to 'https://https_server/system.cfg'
Password: ← (*1)

* About to connect() to https_server port 443 (#0)
* Trying https_server...
* connected * Connected to https_server (https_server_ip) port 443 (#0)
* Initializing NSS with certpath: /etc/pki/nssdb
* CAfile: /etc/pki/tls/certs/ca-bundle.crt
CApath: none
* Remote Certificate has expired.
* SSL certificate verify ok. * SSL connection using TLS_DHE_RSA_WITH_AES_256_CBC_SHA
* Server certificate:
* subject: E=root@localhost.localdomain,CN=localhost.localdomain,OU=SomeOrganizationalUnit,O=SomeOrganization,L=SomeCity,ST=SomeState,C=--
* start date: Jun 03 12:34:49 2011 GMT
* expire date: Jun 02 12:34:49 2012 GMT
* common name: localhost.localdomain
* issuer: E=root@localhost.localdomain,CN=localhost.localdomain,OU=SomeOrganizationalUnit,O=SomeOrganization,L=SomeCity,ST=SomeState,C=--
* Server auth using Basic with user 'user_name'
< HTTP/1.1 100 Continue
< HTTP/1.1 201 Created
< Date: Mon, 24 Oct 2016 02:21:16 GMT
< Server: Apache/2.2.3 (CentOS)
< Location: https://https_server/system.cfg
< Content-Length: 287
< Connection: close
< Content-Type: text/html; charset=UTF-8
<




Created
Resource /system.cfg has been created.



--------------------------------------------------------------------------------


Apache/2.2.3 (CentOS) Server at https_server Port 443


* Closing connection #0
done
removing temporary file ... done
operation completed
XSCF>
*1 Enter the login password of the HTTPS server.