{"id":2673,"date":"2018-09-06T14:32:22","date_gmt":"2018-09-06T14:32:22","guid":{"rendered":"http:\/\/dbtut.com\/?p=2673"},"modified":"2018-11-24T17:17:08","modified_gmt":"2018-11-24T17:17:08","slug":"sybase-ase-migration-from-physical-to-virtual-machine","status":"publish","type":"post","link":"https:\/\/dbtut.com\/index.php\/2018\/09\/06\/sybase-ase-migration-from-physical-to-virtual-machine\/","title":{"rendered":"Sybase ASE Migration from Physical to Virtual Machine"},"content":{"rendered":"<p>&nbsp;<\/p>\n<h3>Pre-Migration : Questionnaire<\/h3>\n<p>That need to ask from the client before planning to migrate SAP Sybase ASE database servers from physical machines to virtual. This following questionnaire is necessary for mission critical systems in-order\u00a0to safeguard post migration issues related to\u00a0performance glitches and service interruptions.<\/p>\n<ul>\n<li>Complete version of SAP Sybase ASE &amp; Operating System with service pack\/patch numbers etc<\/li>\n<li>Detailed specs of current production hardware machine (CPU, Memory, Local Disk, FC Card specs, Network Interfaces etc) and brief details of VM Host machine.<\/li>\n<li>Detailed Configuration of Sybase ASE (CPU core\/engines, Memory Assignment, Default and Named Cache etc), if possible share the configuration files. We also need to review some OS configuration files for database server configuration i.e. \/etc\/system etc?<\/li>\n<li>Are they currently using license version of Sybase ASE? if yes are they also having support subscription with principle SAP Sybase? We also need Sybase licensed setup file copies.<\/li>\n<li>Details of environmental variables for both OS and Sybase ASE.<\/li>\n<li>How many user databases on this instance? Mention the size of each database and location of data files of master and user databases<\/li>\n<li>Is all the data files is on SAN or on local disks?<\/li>\n<li>How many concurrent connections on database during peak hours?<\/li>\n<li>What SANs will be used before and after migration i.e. SAN details with RAID Levels.<\/li>\n<li>How they currently doing monitoring of production database, any specific tools?<\/li>\n<li>Share the following health check reports &amp; error log files for last 7 days for\n<ul>\n<li>Operating System \u2013 (CPU, Memory, I\/O, Network Utilization)<\/li>\n<li>Sybase ASE \u2013 Sysmon reports with hourly or half hourly intervals during working hours.<\/li>\n<\/ul>\n<\/li>\n<li>Backup &amp; Recovery policies (i.e. frequency of full and incremental backups with the location of dump files, local or remote copies etc)<\/li>\n<li>Size of database backups i.e. if doing compress backup mention the compression level.<\/li>\n<li>We need Architecture \/ Block Diagram of their system, focusing the interconnections of all their applications and database servers.<\/li>\n<li>Nature of application &amp; Severity level of production system i.e. low, high medium, 24&#215;7 etc.<\/li>\n<li>What High Availability \/ DR Solutions currently setup at their production environment and how many standby \/ secondary sides they have? (i.e. Clustering, Warm Stand By databases, Replication Server etc). What so ever be the setup give the complete details highlighting the synchronization mode.<\/li>\n<\/ul>\n<p>&nbsp;<\/p>\n<h3>Migration Activity \/ Action Plan<\/h3>\n<p>Scenario: We need to move the database from physical server machines to virtual in offline mode whereas the operating system and database versions will be the same on both servers. Downtime will be observed during this phase\u00a0(i.e. depends on the size of the databases)<\/p>\n<p><strong>Current Production Server<\/strong><br \/>\n1. First of all check and match the Mount Points \/ locations and their size on both the server<br \/>\na. Df \u2013h or fdisk \u2013l<br \/>\n2. Check the hostnames of both servers \/etc\/hosts. It must be same.<br \/>\n3. Note the OS configuration whereas possible<br \/>\n4. Note the IP Addresses of both the servers.<br \/>\n5. Run the following SQL Queries on primary database server from isql or any query tool and save<br \/>\nthe output on grid format on excel spreadsheet.<br \/>\na. select @@version<br \/>\nb. sp_version<br \/>\nc. sp_helpdevice<br \/>\nd. sp_helpserver<br \/>\ne. sp_configure<br \/>\nf. select @@max_connections<br \/>\ng. select @@servername<br \/>\nh. select * from syslogins<br \/>\ni. select * from sysusers<br \/>\nj. sp_helpdb<br \/>\nk. sp_helpdb &#8216;FOR EACH Database&#8217;;<\/p>\n<p>l. note the record count of important activity tables from you critical databases and export it to any external file excel or notepad etc.<\/p>\n<p>6. Take the backup of all users databases using dump database command<br \/>\n7. Shutdown the Sybase ase of primary server using following 2 commands<br \/>\na. shutdown SYB_BACKUP<br \/>\nb. shutdown with nowait<br \/>\n8. Copy the database backup to new server to any location<\/p>\n<p><strong>New Production Server<\/strong><\/p>\n<p>9. (Optional if you are moving all binaries from old server to new server OR Sybase ASE Server already installed in this machine) \/ Install the sybase ASE 15.7 Enterprise Edition on new server with the same server name as\u00a0 of\u00a0primary and with the same home location of $SYBASE. Follow the options and proceed the\u00a0installation and default configuration. (You may change $SYBASE home if you don&#8217;t have any constraints of location \/ mount points in that case you need to readjust the following steps.)<\/p>\n<p>10. Copy\/Backup the SERVER.cfg and master.dat on the new server<br \/>\n11. COPYING all DB &amp; Log Files from old server to new server with the same location<br \/>\n12. make a copy of RUN_SERVER File on new server (optional)<br \/>\n13. start DB at destination with single user mode i.e. with -m switch (-c\/opt\/sybase\/ASE-<br \/>\n15_0\/SYBASEPRD.cfg -m\\) (optional)<br \/>\n14. restore the master database on new server (optional)<br \/>\n15. load database master from&#8217;\/sw\/DB_BKs\/master_bk.dat&#8217;;(optional)<br \/>\n16. after loading sybase will shutdown automatically(optional)<br \/>\n17. check &amp; verify the all user database files location (DB &amp; LOGS)<br \/>\n18. Switch the IP of new server as of primary and disconnect the primary server from the network<br \/>\n19. Login new server with Sybase or any other less privileged user then root<\/p>\n<p><strong>Note:<\/strong> In case you are moving all the binaries of sybase home $SYBASE , skip the database dump and load steps from the above action plan.<\/p>\n<p>20. Run $SYBASE\/source.sh file to load environmental variables.<br \/>\n21. start the sybase with default RUN Files (i.e. $SYBASE\/ASE-15\/install\/RUN_Servername_BS &amp; RUN_Servename)<\/p>\n<p>&nbsp;<\/p>\n<h3>Post Migration Phase:<\/h3>\n<p>To ensure the successful migration of database servers we go-through the following steps.<\/p>\n<p>1. login to the new \/ migrated server and checkout the error log (i.e. $SYBASE\/ASE-15\/install\/servername.log) for the startup activity of\u00a0new Sybase ASE<br \/>\n2. verify that New Sybase ASE is started using following command<br \/>\na. ps \u2013ef|grep Sybase<br \/>\nb. showserver<br \/>\nc. connect to isql or any other query tool of Sybase to verify the connectivity \/ availability<br \/>\n3. Run following queries on isql of new server and check &amp; verify all outputs which are taken from<br \/>\nprimary server specially user databases and logins. It must be same as of primary server. If<br \/>\nanything is not same as primary troubleshoot it before moving further.<br \/>\na. select @@version<br \/>\nb. sp_version<br \/>\nc. sp_helpdevice<br \/>\nd. sp_helpserver<br \/>\ne. sp_configure<br \/>\nf. select @@max_connections<br \/>\ng. select @@servername<br \/>\nh. select * from syslogins<br \/>\ni. select * from sysusers<br \/>\nj. sp_helpdb<br \/>\nk. sp_helpdb&#8217;FOR EACH Database&#8217;;<br \/>\n4. Connect to the databases and verify the records which was exported earlier or\/which as possible and go live with the new server<\/p>\n<p><span style=\"font-size: 36pt;\"><strong>DONE!<\/strong><\/span><\/p>\n\n<div class=\"pvc_clear\"><\/div>\n<p id=\"pvc_stats_2673\" class=\"pvc_stats all  \" data-element-id=\"2673\" style=\"\"><i class=\"pvc-stats-icon medium\" aria-hidden=\"true\"><svg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"far\" data-icon=\"chart-bar\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\" class=\"svg-inline--fa fa-chart-bar fa-w-16 fa-2x\"><path fill=\"currentColor\" d=\"M396.8 352h22.4c6.4 0 12.8-6.4 12.8-12.8V108.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v230.4c0 6.4 6.4 12.8 12.8 12.8zm-192 0h22.4c6.4 0 12.8-6.4 12.8-12.8V140.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v198.4c0 6.4 6.4 12.8 12.8 12.8zm96 0h22.4c6.4 0 12.8-6.4 12.8-12.8V204.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v134.4c0 6.4 6.4 12.8 12.8 12.8zM496 400H48V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v336c0 17.67 14.33 32 32 32h464c8.84 0 16-7.16 16-16v-16c0-8.84-7.16-16-16-16zm-387.2-48h22.4c6.4 0 12.8-6.4 12.8-12.8v-70.4c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v70.4c0 6.4 6.4 12.8 12.8 12.8z\" class=\"\"><\/path><\/svg><\/i> <img loading=\"lazy\" decoding=\"async\" width=\"16\" height=\"16\" alt=\"Loading\" src=\"https:\/\/dbtut.com\/wp-content\/plugins\/page-views-count\/ajax-loader-2x.gif\" border=0 \/><\/p>\n<div class=\"pvc_clear\"><\/div>\n","protected":false},"excerpt":{"rendered":"<p>&nbsp; Pre-Migration : Questionnaire That need to ask from the client before planning to migrate SAP Sybase ASE database servers from physical machines to virtual. This following questionnaire is necessary for mission critical systems in-order\u00a0to safeguard post migration issues related to\u00a0performance glitches and service interruptions. Complete version of SAP Sybase ASE &amp; Operating System with &hellip;<\/p>\n<div class=\"pvc_clear\"><\/div>\n<p id=\"pvc_stats_2673\" class=\"pvc_stats all  \" data-element-id=\"2673\" style=\"\"><i class=\"pvc-stats-icon medium\" aria-hidden=\"true\"><svg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"far\" data-icon=\"chart-bar\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\" class=\"svg-inline--fa fa-chart-bar fa-w-16 fa-2x\"><path fill=\"currentColor\" d=\"M396.8 352h22.4c6.4 0 12.8-6.4 12.8-12.8V108.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v230.4c0 6.4 6.4 12.8 12.8 12.8zm-192 0h22.4c6.4 0 12.8-6.4 12.8-12.8V140.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v198.4c0 6.4 6.4 12.8 12.8 12.8zm96 0h22.4c6.4 0 12.8-6.4 12.8-12.8V204.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v134.4c0 6.4 6.4 12.8 12.8 12.8zM496 400H48V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v336c0 17.67 14.33 32 32 32h464c8.84 0 16-7.16 16-16v-16c0-8.84-7.16-16-16-16zm-387.2-48h22.4c6.4 0 12.8-6.4 12.8-12.8v-70.4c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v70.4c0 6.4 6.4 12.8 12.8 12.8z\" class=\"\"><\/path><\/svg><\/i> <img loading=\"lazy\" decoding=\"async\" width=\"16\" height=\"16\" alt=\"Loading\" src=\"https:\/\/dbtut.com\/wp-content\/plugins\/page-views-count\/ajax-loader-2x.gif\" border=0 \/><\/p>\n<div class=\"pvc_clear\"><\/div>\n","protected":false},"author":181,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"om_disable_all_campaigns":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"_uf_show_specific_survey":0,"_uf_disable_surveys":false,"footnotes":""},"categories":[1319],"tags":[],"class_list":["post-2673","post","type-post","status-publish","format-standard","","category-sybase"],"aioseo_notices":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.9 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Sybase ASE Migration from Physical to Virtual Machine - Database Tutorials<\/title>\n<meta name=\"description\" content=\"Sybase ASE Migration from Physical to Virtual Machine\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/dbtut.com\/index.php\/2018\/09\/06\/sybase-ase-migration-from-physical-to-virtual-machine\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Sybase ASE Migration from Physical to Virtual Machine - Database Tutorials\" \/>\n<meta property=\"og:description\" content=\"Sybase ASE Migration from Physical to Virtual Machine\" \/>\n<meta property=\"og:url\" content=\"https:\/\/dbtut.com\/index.php\/2018\/09\/06\/sybase-ase-migration-from-physical-to-virtual-machine\/\" \/>\n<meta property=\"og:site_name\" content=\"Database Tutorials\" \/>\n<meta property=\"article:published_time\" content=\"2018-09-06T14:32:22+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2018-11-24T17:17:08+00:00\" \/>\n<meta name=\"author\" content=\"Engr. Mohammad Rizwan Yasin\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Engr. Mohammad Rizwan Yasin\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/dbtut.com\/index.php\/2018\/09\/06\/sybase-ase-migration-from-physical-to-virtual-machine\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/dbtut.com\/index.php\/2018\/09\/06\/sybase-ase-migration-from-physical-to-virtual-machine\/\"},\"author\":{\"name\":\"Engr. Mohammad Rizwan Yasin\",\"@id\":\"https:\/\/dbtut.com\/#\/schema\/person\/9b0bcfe5e42a7f42c1aed036ae5c9f53\"},\"headline\":\"Sybase ASE Migration from Physical to Virtual Machine\",\"datePublished\":\"2018-09-06T14:32:22+00:00\",\"dateModified\":\"2018-11-24T17:17:08+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/dbtut.com\/index.php\/2018\/09\/06\/sybase-ase-migration-from-physical-to-virtual-machine\/\"},\"wordCount\":1072,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/dbtut.com\/#organization\"},\"articleSection\":[\"Sybase\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/dbtut.com\/index.php\/2018\/09\/06\/sybase-ase-migration-from-physical-to-virtual-machine\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/dbtut.com\/index.php\/2018\/09\/06\/sybase-ase-migration-from-physical-to-virtual-machine\/\",\"url\":\"https:\/\/dbtut.com\/index.php\/2018\/09\/06\/sybase-ase-migration-from-physical-to-virtual-machine\/\",\"name\":\"Sybase ASE Migration from Physical to Virtual Machine - Database Tutorials\",\"isPartOf\":{\"@id\":\"https:\/\/dbtut.com\/#website\"},\"datePublished\":\"2018-09-06T14:32:22+00:00\",\"dateModified\":\"2018-11-24T17:17:08+00:00\",\"description\":\"Sybase ASE Migration from Physical to Virtual Machine\",\"breadcrumb\":{\"@id\":\"https:\/\/dbtut.com\/index.php\/2018\/09\/06\/sybase-ase-migration-from-physical-to-virtual-machine\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/dbtut.com\/index.php\/2018\/09\/06\/sybase-ase-migration-from-physical-to-virtual-machine\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/dbtut.com\/index.php\/2018\/09\/06\/sybase-ase-migration-from-physical-to-virtual-machine\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/dbtut.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Sybase ASE Migration from Physical to Virtual Machine\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/dbtut.com\/#website\",\"url\":\"https:\/\/dbtut.com\/\",\"name\":\"Database Tutorials\",\"description\":\"MSSQL, Oracle, PostgreSQL, MySQL, MariaDB, DB2, Sybase, Teradata, Big Data, NOSQL, MongoDB, Couchbase, Cassandra, Windows, Linux\",\"publisher\":{\"@id\":\"https:\/\/dbtut.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/dbtut.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/dbtut.com\/#organization\",\"name\":\"dbtut\",\"url\":\"https:\/\/dbtut.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/dbtut.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/dbtut.com\/wp-content\/uploads\/2021\/02\/dbtutlogo.jpg\",\"contentUrl\":\"https:\/\/dbtut.com\/wp-content\/uploads\/2021\/02\/dbtutlogo.jpg\",\"width\":223,\"height\":36,\"caption\":\"dbtut\"},\"image\":{\"@id\":\"https:\/\/dbtut.com\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/dbtut.com\/#\/schema\/person\/9b0bcfe5e42a7f42c1aed036ae5c9f53\",\"name\":\"Engr. Mohammad Rizwan Yasin\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/dbtut.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/fe7a00fd631820cba9b5309a297ca14ce4b9e430fe57c00399e9cca2f0550e10?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/fe7a00fd631820cba9b5309a297ca14ce4b9e430fe57c00399e9cca2f0550e10?s=96&d=mm&r=g\",\"caption\":\"Engr. Mohammad Rizwan Yasin\"},\"url\":\"https:\/\/dbtut.com\/index.php\/author\/mohammadrizwan\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Sybase ASE Migration from Physical to Virtual Machine - Database Tutorials","description":"Sybase ASE Migration from Physical to Virtual Machine","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/dbtut.com\/index.php\/2018\/09\/06\/sybase-ase-migration-from-physical-to-virtual-machine\/","og_locale":"en_US","og_type":"article","og_title":"Sybase ASE Migration from Physical to Virtual Machine - Database Tutorials","og_description":"Sybase ASE Migration from Physical to Virtual Machine","og_url":"https:\/\/dbtut.com\/index.php\/2018\/09\/06\/sybase-ase-migration-from-physical-to-virtual-machine\/","og_site_name":"Database Tutorials","article_published_time":"2018-09-06T14:32:22+00:00","article_modified_time":"2018-11-24T17:17:08+00:00","author":"Engr. Mohammad Rizwan Yasin","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Engr. Mohammad Rizwan Yasin","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/dbtut.com\/index.php\/2018\/09\/06\/sybase-ase-migration-from-physical-to-virtual-machine\/#article","isPartOf":{"@id":"https:\/\/dbtut.com\/index.php\/2018\/09\/06\/sybase-ase-migration-from-physical-to-virtual-machine\/"},"author":{"name":"Engr. Mohammad Rizwan Yasin","@id":"https:\/\/dbtut.com\/#\/schema\/person\/9b0bcfe5e42a7f42c1aed036ae5c9f53"},"headline":"Sybase ASE Migration from Physical to Virtual Machine","datePublished":"2018-09-06T14:32:22+00:00","dateModified":"2018-11-24T17:17:08+00:00","mainEntityOfPage":{"@id":"https:\/\/dbtut.com\/index.php\/2018\/09\/06\/sybase-ase-migration-from-physical-to-virtual-machine\/"},"wordCount":1072,"commentCount":0,"publisher":{"@id":"https:\/\/dbtut.com\/#organization"},"articleSection":["Sybase"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/dbtut.com\/index.php\/2018\/09\/06\/sybase-ase-migration-from-physical-to-virtual-machine\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/dbtut.com\/index.php\/2018\/09\/06\/sybase-ase-migration-from-physical-to-virtual-machine\/","url":"https:\/\/dbtut.com\/index.php\/2018\/09\/06\/sybase-ase-migration-from-physical-to-virtual-machine\/","name":"Sybase ASE Migration from Physical to Virtual Machine - Database Tutorials","isPartOf":{"@id":"https:\/\/dbtut.com\/#website"},"datePublished":"2018-09-06T14:32:22+00:00","dateModified":"2018-11-24T17:17:08+00:00","description":"Sybase ASE Migration from Physical to Virtual Machine","breadcrumb":{"@id":"https:\/\/dbtut.com\/index.php\/2018\/09\/06\/sybase-ase-migration-from-physical-to-virtual-machine\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/dbtut.com\/index.php\/2018\/09\/06\/sybase-ase-migration-from-physical-to-virtual-machine\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/dbtut.com\/index.php\/2018\/09\/06\/sybase-ase-migration-from-physical-to-virtual-machine\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/dbtut.com\/"},{"@type":"ListItem","position":2,"name":"Sybase ASE Migration from Physical to Virtual Machine"}]},{"@type":"WebSite","@id":"https:\/\/dbtut.com\/#website","url":"https:\/\/dbtut.com\/","name":"Database Tutorials","description":"MSSQL, Oracle, PostgreSQL, MySQL, MariaDB, DB2, Sybase, Teradata, Big Data, NOSQL, MongoDB, Couchbase, Cassandra, Windows, Linux","publisher":{"@id":"https:\/\/dbtut.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/dbtut.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/dbtut.com\/#organization","name":"dbtut","url":"https:\/\/dbtut.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/dbtut.com\/#\/schema\/logo\/image\/","url":"https:\/\/dbtut.com\/wp-content\/uploads\/2021\/02\/dbtutlogo.jpg","contentUrl":"https:\/\/dbtut.com\/wp-content\/uploads\/2021\/02\/dbtutlogo.jpg","width":223,"height":36,"caption":"dbtut"},"image":{"@id":"https:\/\/dbtut.com\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/dbtut.com\/#\/schema\/person\/9b0bcfe5e42a7f42c1aed036ae5c9f53","name":"Engr. Mohammad Rizwan Yasin","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/dbtut.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/fe7a00fd631820cba9b5309a297ca14ce4b9e430fe57c00399e9cca2f0550e10?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/fe7a00fd631820cba9b5309a297ca14ce4b9e430fe57c00399e9cca2f0550e10?s=96&d=mm&r=g","caption":"Engr. Mohammad Rizwan Yasin"},"url":"https:\/\/dbtut.com\/index.php\/author\/mohammadrizwan\/"}]}},"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/posts\/2673","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/users\/181"}],"replies":[{"embeddable":true,"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/comments?post=2673"}],"version-history":[{"count":0,"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/posts\/2673\/revisions"}],"wp:attachment":[{"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/media?parent=2673"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/categories?post=2673"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/tags?post=2673"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}