Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- dtorkin@ubuntu1:~/Desktop/practice$ ./start_svms.sh
- Starting 4 SVM instances...
- Starting SVM instance 0...
- SVM Instance ID: 0
- Message handlers initialized.
- SVM (ID 0): Loading configuration...
- Configuration loaded successfully from 'config.ini'.
- Found configurations for 4 SVM instances.
- --- Effective Configuration ---
- interface_type = ethernet
- UVM Target: 127.0.0.1:8080
- SVM 0: Port=8080, LAK=0x08
- SVM 1: Port=8081, LAK=0x09
- SVM 2: Port=8082, LAK=0x0A
- SVM 3: Port=8083, LAK=0x0B
- -----------------------------
- SVM: Creating IO interface type 'ethernet' for port 8080, LAK 0x08...
- Thread-safe Message queue created with capacity 100
- Thread-safe Message queue created with capacity 100
- SVM (LAK 0x08): Starting listener on port 8080...
- ethernet_listen: Bind failed: Address already in use
- Thread-safe Message queue destroyed
- Thread-safe Message queue destroyed
- Ethernet Interface destroyed.
- SVM (ID 0) finished.
- Starting SVM instance 1...
- SVM Instance ID: 1
- Message handlers initialized.
- SVM (ID 1): Loading configuration...
- Configuration loaded successfully from 'config.ini'.
- Found configurations for 4 SVM instances.
- --- Effective Configuration ---
- interface_type = ethernet
- UVM Target: 127.0.0.1:8080
- SVM 0: Port=8080, LAK=0x08
- SVM 1: Port=8081, LAK=0x09
- SVM 2: Port=8082, LAK=0x0A
- SVM 3: Port=8083, LAK=0x0B
- -----------------------------
- SVM: Creating IO interface type 'ethernet' for port 8081, LAK 0x09...
- Thread-safe Message queue created with capacity 100
- Thread-safe Message queue created with capacity 100
- SVM (LAK 0x09): Starting listener on port 8081...
- ethernet_listen: Bind failed: Address already in use
- Thread-safe Message queue destroyed
- Thread-safe Message queue destroyed
- Ethernet Interface destroyed.
- SVM (ID 1) finished.
- Starting SVM instance 2...
- SVM Instance ID: 2
- Message handlers initialized.
- SVM (ID 2): Loading configuration...
- Configuration loaded successfully from 'config.ini'.
- Found configurations for 4 SVM instances.
- --- Effective Configuration ---
- interface_type = ethernet
- UVM Target: 127.0.0.1:8080
- SVM 0: Port=8080, LAK=0x08
- SVM 1: Port=8081, LAK=0x09
- SVM 2: Port=8082, LAK=0x0A
- SVM 3: Port=8083, LAK=0x0B
- -----------------------------
- SVM: Creating IO interface type 'ethernet' for port 8082, LAK 0x0A...
- Thread-safe Message queue created with capacity 100
- Thread-safe Message queue created with capacity 100
- SVM (LAK 0x0A): Starting listener on port 8082...
- ethernet_listen: Bind failed: Address already in use
- Thread-safe Message queue destroyed
- Thread-safe Message queue destroyed
- Ethernet Interface destroyed.
- SVM (ID 2) finished.
- Starting SVM instance 3...
- SVM Instance ID: 3
- Message handlers initialized.
- SVM (ID 3): Loading configuration...
- Configuration loaded successfully from 'config.ini'.
- Found configurations for 4 SVM instances.
- --- Effective Configuration ---
- interface_type = ethernet
- UVM Target: 127.0.0.1:8080
- SVM 0: Port=8080, LAK=0x08
- SVM 1: Port=8081, LAK=0x09
- SVM 2: Port=8082, LAK=0x0A
- SVM 3: Port=8083, LAK=0x0B
- -----------------------------
- SVM: Creating IO interface type 'ethernet' for port 8083, LAK 0x0B...
- Thread-safe Message queue created with capacity 100
- Thread-safe Message queue created with capacity 100
- SVM (LAK 0x0B): Starting listener on port 8083...
- ethernet_listen: Bind failed: Address already in use
- Thread-safe Message queue destroyed
- Thread-safe Message queue destroyed
- Ethernet Interface destroyed.
- SVM (ID 3) finished.
- All SVM instances started.
- PIDs: 4777 4779 4781 4783
- Press Ctrl+C to stop all instances.
Advertisement
Add Comment
Please, Sign In to add comment