Image installation on prod server?
We have Linux server on production hosting Mysql/Crons/other process like java/PHP/Python etc.Its physical server on some data center(not AWS/Azure)
We need to upgrade the server disc. Our devops has suggested to reinstall everything on new disk.My push was to create the image of existing disk and install it on new disk(as it will save lot of effort for manual installation) but that devops person take with image process there can be some unforeseen issues which are hard to debug and not comfortable with this
My question is does people go for image installation on prod servers or there are know caveats with this process so people prefer manual installtion ?
linux operating-systems disk-image
add a comment |
We have Linux server on production hosting Mysql/Crons/other process like java/PHP/Python etc.Its physical server on some data center(not AWS/Azure)
We need to upgrade the server disc. Our devops has suggested to reinstall everything on new disk.My push was to create the image of existing disk and install it on new disk(as it will save lot of effort for manual installation) but that devops person take with image process there can be some unforeseen issues which are hard to debug and not comfortable with this
My question is does people go for image installation on prod servers or there are know caveats with this process so people prefer manual installtion ?
linux operating-systems disk-image
add a comment |
We have Linux server on production hosting Mysql/Crons/other process like java/PHP/Python etc.Its physical server on some data center(not AWS/Azure)
We need to upgrade the server disc. Our devops has suggested to reinstall everything on new disk.My push was to create the image of existing disk and install it on new disk(as it will save lot of effort for manual installation) but that devops person take with image process there can be some unforeseen issues which are hard to debug and not comfortable with this
My question is does people go for image installation on prod servers or there are know caveats with this process so people prefer manual installtion ?
linux operating-systems disk-image
We have Linux server on production hosting Mysql/Crons/other process like java/PHP/Python etc.Its physical server on some data center(not AWS/Azure)
We need to upgrade the server disc. Our devops has suggested to reinstall everything on new disk.My push was to create the image of existing disk and install it on new disk(as it will save lot of effort for manual installation) but that devops person take with image process there can be some unforeseen issues which are hard to debug and not comfortable with this
My question is does people go for image installation on prod servers or there are know caveats with this process so people prefer manual installtion ?
linux operating-systems disk-image
linux operating-systems disk-image
asked Dec 18 at 2:39
user3198603
20528
20528
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
Is the server running an old OS in need of major upgrades? Is the server cluttered with junk and in need of maintenance and cleanup?
Really, there is absolutely no reason to rebuild a server from scratch just to upgrade disks. There is only an issue if it is done wrong. And they aren’t “unforeseen” issues. They are issues that are immediate and apparent like not being able to boot.
If the server, in general, is in need of major maintenance and updates then it is certainly worth considering a complete rebuild from scratch. However, if you are simply upgrading a disk / raid volume then that is a straightforward process easily done using the proper steps with cloning software.
With Linux, more so than Windows, you are more likely to experience “unforeseen” issues when you rebuild from scratch because of all the version changes and incompatibilities.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1385411%2fimage-installation-on-prod-server%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Is the server running an old OS in need of major upgrades? Is the server cluttered with junk and in need of maintenance and cleanup?
Really, there is absolutely no reason to rebuild a server from scratch just to upgrade disks. There is only an issue if it is done wrong. And they aren’t “unforeseen” issues. They are issues that are immediate and apparent like not being able to boot.
If the server, in general, is in need of major maintenance and updates then it is certainly worth considering a complete rebuild from scratch. However, if you are simply upgrading a disk / raid volume then that is a straightforward process easily done using the proper steps with cloning software.
With Linux, more so than Windows, you are more likely to experience “unforeseen” issues when you rebuild from scratch because of all the version changes and incompatibilities.
add a comment |
Is the server running an old OS in need of major upgrades? Is the server cluttered with junk and in need of maintenance and cleanup?
Really, there is absolutely no reason to rebuild a server from scratch just to upgrade disks. There is only an issue if it is done wrong. And they aren’t “unforeseen” issues. They are issues that are immediate and apparent like not being able to boot.
If the server, in general, is in need of major maintenance and updates then it is certainly worth considering a complete rebuild from scratch. However, if you are simply upgrading a disk / raid volume then that is a straightforward process easily done using the proper steps with cloning software.
With Linux, more so than Windows, you are more likely to experience “unforeseen” issues when you rebuild from scratch because of all the version changes and incompatibilities.
add a comment |
Is the server running an old OS in need of major upgrades? Is the server cluttered with junk and in need of maintenance and cleanup?
Really, there is absolutely no reason to rebuild a server from scratch just to upgrade disks. There is only an issue if it is done wrong. And they aren’t “unforeseen” issues. They are issues that are immediate and apparent like not being able to boot.
If the server, in general, is in need of major maintenance and updates then it is certainly worth considering a complete rebuild from scratch. However, if you are simply upgrading a disk / raid volume then that is a straightforward process easily done using the proper steps with cloning software.
With Linux, more so than Windows, you are more likely to experience “unforeseen” issues when you rebuild from scratch because of all the version changes and incompatibilities.
Is the server running an old OS in need of major upgrades? Is the server cluttered with junk and in need of maintenance and cleanup?
Really, there is absolutely no reason to rebuild a server from scratch just to upgrade disks. There is only an issue if it is done wrong. And they aren’t “unforeseen” issues. They are issues that are immediate and apparent like not being able to boot.
If the server, in general, is in need of major maintenance and updates then it is certainly worth considering a complete rebuild from scratch. However, if you are simply upgrading a disk / raid volume then that is a straightforward process easily done using the proper steps with cloning software.
With Linux, more so than Windows, you are more likely to experience “unforeseen” issues when you rebuild from scratch because of all the version changes and incompatibilities.
answered Dec 18 at 4:29
Appleoddity
7,09621124
7,09621124
add a comment |
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1385411%2fimage-installation-on-prod-server%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown