![]() | Notes |
---|---|
|
This section describes the starting up and shutting down procedure of GT.CM server.
Errors can be classified into the following categories:
Undefined global, Global reference content not valid.
Message format not valid, Operation type not valid.
Examples of Session Establishment Errors:
GNP version not supported, GNP session not established.
Map the local segment to remote file.
To specify a node name in a Global Directory file specification, use the format on NODE1:
$ GDE GDE> ch -seg DEFAULT -file=NODE2:/testarea/gtm/database/data.dat GDE> exit
Create a database file on server Node2:
On NODE1, invoke GT.M and perform the following operations:
$setenv GTCM_NODE2 6789 $GTM GTM> s ^x=1 GTM> k ^x GTM> s ^y=10 GTM> h
All these updates should be reported in the NODE2:/testarea/gtm/database/data.dat file.