Before you can use the makeCard method to make a card manually in Smarts IP, use the following dmctl command to determine the availability of the makeCard method in your Chassis class:
<IP_BASE_DIR>/smarts/bin# ./dmctl -s <SERVER NAME> -b <BROKER NAME> getO Chassis "grep -i "makeCard"
<object> makeCard <string>id <string>displayName <string>classNameExample
bash-3.2$ ./dmctl -s NOVA-IP-CENTRAL -b localhost:426 getO Chassis " grep -i "makeCard"
<object> makeCard <string>id <string>displayName <string>className
Creating a card
The following dmctl command will invoke the makeCard method against the Chassis class to create a card manually:
<IP_BASE_DIR>/smarts/bin# ./dmctl -s <SERVER NAME> -b <BROKER NAME> invoke Chassis::<chassis_instance> makeCard <string_displayname>